home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / ssl-cert.postrm < prev    next >
Encoding:
Text File  |  2006-05-24  |  297 b   |  14 lines

  1. #!/bin/sh
  2.  
  3. # We're being removed; change this back
  4. chgrp root /etc/ssl/private
  5. chmod g-x /etc/ssl/private
  6.  
  7. # Automatically added by dh_installdebconf
  8. if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
  9.     . /usr/share/debconf/confmodule
  10.     db_purge
  11. fi
  12. # End automatically added section
  13.  
  14.